home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 1-2.iso / UADEMO / MSUADEMO.EXE / CABFILE / IDR_CABFILE / DATA / SCRIPTS / NET_ROBO.SCR < prev    next >
Text File  |  1998-07-24  |  28KB  |  686 lines

  1. ;-----------------------------------------------------------------------------------------------
  2. ;           NETZWERKROBOS
  3. ;           (C) 1996-1998        B.Beyreuther / A.Flemming / A.Weissflog
  4. ;-----------------------------------------------------------------------------------------------
  5. ;
  6. ;    
  7. ;    USERROBO
  8. ;
  9. new_vehicle 56
  10.              model          =       robo
  11.              name           =       STATION_USR
  12.             energy          =       5000000                ; WIRD DIESER WERT DANN ▄BERSCHRIEBEN ????
  13.             shield          =       60
  14.             mass            =       10000
  15.             force           =       40000
  16.             maxrot          =       1.0
  17.             airconst        =       200.0
  18.             height          =       200.0
  19.             radius          =       200.0           ; siehe auch Robo-Extension-Attrs weiter unten
  20.             overeof         =       150.0
  21.             vwr_radius      =       200.0
  22.             vwr_overeof     =       100.0
  23.             radar           =       3
  24.         
  25.             vp_normal       =       115                     ; siehe visproto.lst
  26.             vp_fire         =       115
  27.             vp_megadeth     =       141                     ;
  28.             vp_wait         =       115
  29.             vp_dead         =       8               ;             
  30.             vp_genesis      =       312
  31.  
  32.             type_icon       =       Q
  33.  
  34.             pal_build_slot          =       7
  35.             pal_build_time          =       1000
  36.             shk_build_slot          =       1
  37.             shk_build_time          =       3000
  38.  
  39. ; BEAM-FX
  40.  
  41.             pal_beamin_slot                 =       7               ; INVERSE / TUERKIS
  42.             pal_beamin_time                 =       2300            ; ca. 2 Sekunden (= genau wies Sample )
  43.             pal_beamin_mag0         =       0.0
  44.             pal_beamin_mag1         =       2.0
  45.             shk_beamin_slot         =       1
  46.             shk_beamin_mag0 =       0
  47.             shk_beamin_mag1 =       2       
  48.             shk_beamin_time         =       2300    
  49.  
  50.             pal_beamout_slot        =       7               
  51.             pal_beamout_time        =       1000            ; ca. 1 Sekunde
  52.             pal_beamout_mag0        =       2.0
  53.             pal_beamout_mag1        =       0.0
  54.             shk_beamout_slot        =       1
  55.             shk_beamout_mag0        =       0
  56.             shk_beamout_mag1        =       2       
  57.             shk_beamout_time        =       1000    
  58.  
  59. ; ROBO EXITUS
  60.             pal_explode_slot                        =       4
  61.             pal_explode_mag0                =       5
  62.             pal_explode_mag1                =       0
  63.             pal_explode_time                        =       1500
  64.  
  65.             shk_explode_slot                        =       1
  66.             shk_explode_mag0                =       2
  67.             shk_explode_mag1                =       0
  68.             shk_explode_time                =       5000
  69.             shk_explode_mute                =       0.02
  70.  
  71.             dest_fx = death_122_0_0_0                       ; SCALERING
  72.  
  73.             dest_fx = death_47_0_-5_0       
  74.             dest_fx = death_87_-20_0_40
  75.             dest_fx = death_44_50_0_20
  76.             dest_fx = death_87_0_0_0        
  77.             dest_fx = death_43_-20_0_-30 
  78.             dest_fx = death_81_-25_-2_-30
  79.             dest_fx = death_88_+30_-2_-50
  80.             dest_fx = death_40_5_-5_5       
  81.             dest_fx = death_41_-10_10_-10
  82.             dest_fx = death_42_5_-5_-12
  83.             dest_fx = death_45_1_2_3        
  84.             dest_fx = death_46_7_-7_-23 
  85.             dest_fx = death_82_-5_2_3
  86.             dest_fx = death_84_30_2_-5
  87.             dest_fx = death_84_13_-15_30
  88.         
  89. ; Robo Extensions
  90.  
  91.         robo_data_slot                  =       0
  92.  
  93.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  94.         robo_viewer_y           =       140.0
  95.         robo_viewer_z           =       125.0
  96.         robo_viewer_max_up      =       0.4
  97.         robo_viewer_max_down    =       1.2
  98.         robo_viewer_max_side    =       3.5
  99.  
  100. ;       Zuerst die Waffenstationen
  101. ;       Beachte !       
  102. ;       Als FLAKS des USER-ROBOS die WaffenSlots 90...99 verwenden !
  103.  
  104.         robo_num_guns           =       4
  105.    
  106.         robo_act_gun                    =       0               ; Richtige Flak
  107.         robo_gun_pos_x          =       0.0
  108.         robo_gun_pos_y          =       -200.0
  109.         robo_gun_pos_z          =       +55.0
  110.         robo_gun_dir_x                  =       0.0             ; guckt nach vorn
  111.         robo_gun_dir_y                  =       0.0
  112.         robo_gun_dir_z                  =       1.0
  113.         robo_gun_type                   =       90              
  114.         robo_gun_name           =       FLAK1
  115.  
  116.         robo_act_gun                    =       1
  117.         robo_gun_pos_x          =       0.0
  118.         robo_gun_pos_y          =       -180.0
  119.         robo_gun_pos_z          =       -80.0
  120.         robo_gun_dir_x                  =       0.0             ; guckt nach hinten
  121.         robo_gun_dir_y                  =       0.0
  122.         robo_gun_dir_z                  =       -1.0    
  123.         robo_gun_type                   =       91              ; UNZERST╓RBARES BASIC-MG HINTEN
  124.         robo_gun_name           =       FLAK2
  125.  
  126.         robo_act_gun                    =       2
  127.         robo_gun_pos_x          =       0.0
  128.         robo_gun_pos_y          =       -390.0
  129.         robo_gun_pos_z          =       0
  130.         robo_gun_dir_x                  =       0.0             ; guckt nach vorn
  131.         robo_gun_dir_y                  =       0.0
  132.         robo_gun_dir_z                  =       1.0     
  133.         robo_gun_type                   =       92              ; UNZERST╓RBARES MG ganz oben
  134.         robo_gun_name           =       FLAK3
  135.  
  136.         robo_act_gun                    =       3               ; NEU: DIE-UNTEN-AM-ROBO-SITZENDE-KNARRE 
  137.         robo_gun_pos_x          =       0
  138.         robo_gun_pos_y          =       150
  139.         robo_gun_pos_z          =       0
  140.         robo_gun_dir_x                  =       0               ; guckt nach vorn
  141.         robo_gun_dir_y                  =       0
  142.         robo_gun_dir_z                  =       1
  143.         robo_gun_type                   =       93              ; UNZERST╓RBARES BASIC-MG VORN    
  144.         robo_gun_name           =       FLAK4
  145.  
  146. ; der Replikator (dⁿrfte bei User-Robo doch eh egal sein)
  147.  
  148.         robo_dock_x             =       0
  149.         robo_dock_y             =       80
  150.         robo_dock_z             =       0
  151.  
  152. ; ROBO-KOLLISSION
  153. ; Jetzt, beim nicht bewegenden ROBO, brauche ich nicht mehr so viel Kugeln.
  154.  
  155.         robo_coll_num           =       6
  156.  
  157. ; Ein gro▀e Kugel die den Body einhⁿllt
  158.  
  159.         robo_coll_act                   =       0
  160.         robo_coll_x                     =       0
  161.         robo_coll_y                     =       -50
  162.         robo_coll_z                     =       0
  163.         robo_coll_radius        =       240
  164.  
  165. ; Einige kleine fⁿr den Mast ⁿbereinander-gestapelt
  166.  
  167.         robo_coll_act                   =       1
  168.         robo_coll_x                     =       0
  169.         robo_coll_y                     =       -90
  170.         robo_coll_z                     =       0
  171.         robo_coll_radius        =       100
  172.  
  173.         robo_coll_act                   =       2
  174.         robo_coll_x                     =       0
  175.         robo_coll_y                     =       -200
  176.         robo_coll_z                     =       0
  177.         robo_coll_radius        =       50
  178.  
  179.         robo_coll_act                   =       3
  180.         robo_coll_x                     =       0
  181.         robo_coll_y                     =       -250
  182.         robo_coll_z                     =       0
  183.         robo_coll_radius        =       50
  184.  
  185.         robo_coll_act                   =       4
  186.         robo_coll_x                     =       0
  187.         robo_coll_y                     =       -300
  188.         robo_coll_z                     =       0
  189.         robo_coll_radius        =       50
  190.  
  191.         robo_coll_act                   =       5
  192.         robo_coll_x                     =       0
  193.         robo_coll_y                     =       -350
  194.         robo_coll_z                     =       0
  195.         robo_coll_radius        =       40
  196. end ; -----------------------------------------------------------------------------------------------------------------------OF USER ROBO
  197.  
  198.  
  199. ;---------------------------------------------------------------------------------------------------------------------------------------------------
  200. ;
  201. ;       GHORKOV
  202. ;
  203. new_vehicle     57
  204.         model           =       robo
  205.         name            =       KYTERNESER
  206.  
  207.         robo_does_twist
  208.         robo_does_flux
  209.  
  210.         energy          =       5000000
  211.         shield          =       60
  212.         mass            =       10000.0
  213.         force           =       40000.0
  214.         maxrot          =       1.0
  215.         airconst        =       200.0
  216.         height          =       340.0
  217.         radius          =       250.0           ; siehe auch Robo-Extension-Attrs weiter unten
  218.         overeof         =       150.0
  219.         vwr_radius      =       200.0
  220.         vwr_overeof     =       100.0
  221.         radar           =       3
  222.  
  223.         vp_normal       =       126                     ; siehe visproto.lst
  224.         vp_fire         =       36
  225.         vp_megadeth     =       22                      ; dummy.base, nix zu sehen
  226.         vp_wait         =       115
  227.         vp_dead         =       2                       ; dummy.base, nix zu sehen
  228.         vp_genesis      =       313
  229.         type_icon       =     X
  230.  
  231.  
  232. ;------------------------------------------------------------------------ROBO-EXITUS------------------------
  233. ; BEAM-FX
  234.  
  235.     pal_beamin_slot         =     7        ; INVERSE / TUERKIS
  236.     pal_beamin_time         =     2300        ; ca. 2 Sekunden (= genau wies Sample )
  237.     pal_beamin_mag0     =     0.0
  238.     pal_beamin_mag1     =     2.0
  239.     shk_beamin_slot        =    1
  240.     shk_beamin_mag0    =    0
  241.     shk_beamin_mag1    =    2    
  242.     shk_beamin_time        =    2300    
  243.  
  244.     pal_beamout_slot     =     7        
  245.     pal_beamout_time     =     1000        ; ca. 1 Sekunde
  246.     pal_beamout_mag0     =     2.0
  247.     pal_beamout_mag1     =     0.0
  248.     shk_beamout_slot    =    1
  249.     shk_beamout_mag0    =    0
  250.     shk_beamout_mag1    =    2    
  251.     shk_beamout_time    =    1000    
  252.  
  253.         pal_explode_slot                        =       4
  254.         pal_explode_mag0                =       5
  255.         pal_explode_mag1                =       0
  256.         pal_explode_time                        =       1500
  257.  
  258.         shk_explode_slot                        =       1
  259.         shk_explode_mag0                =       2
  260.         shk_explode_mag1                =       0
  261.         shk_explode_time                =       5000
  262.         shk_explode_mute                =       0.02
  263.  
  264.         dest_fx = death_47_0_-5_0       
  265.         dest_fx = death_85_-20_0_40
  266.         dest_fx = death_42_50_0_20
  267.         dest_fx = death_87_0_0_0        
  268.         dest_fx = death_43_-20_0_-30 
  269.         dest_fx = death_81_-25_-2_-30
  270.         dest_fx = death_40_+30_-2_-50
  271.         dest_fx = death_40_35_-5_0
  272.         dest_fx = death_40_5_-5_5       
  273.         dest_fx = death_40_-10_10_-10
  274.         dest_fx = death_40_5_-5_-12
  275.         dest_fx = death_41_1_2_3        
  276.         dest_fx = death_41_7_-7_-23 
  277.         dest_fx = death_41_-5_2_3
  278.         dest_fx = death_41_30_2_-5
  279.  
  280. ; Robo Extensions
  281. ; zuerst die Waffenstationen
  282.  
  283.         robo_data_slot                  =       1
  284.         
  285.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  286.         robo_viewer_y           =       220.0
  287.         robo_viewer_z           =       0.0
  288.         robo_viewer_max_up      =       0.0
  289.         robo_viewer_max_down    =       1.4
  290.         robo_viewer_max_side    =       3.7
  291.  
  292.         robo_num_guns           =       4
  293.  
  294.         robo_act_gun                    =       0               ; Horn vorn rechts
  295.         robo_gun_pos_x          =       80
  296.         robo_gun_pos_y          =       0
  297.         robo_gun_pos_z          =       270
  298.         robo_gun_dir_x                  =       0
  299.         robo_gun_dir_y                  =       0
  300.         robo_gun_dir_z                  =       1
  301.         robo_gun_type                   =       75
  302.         robo_gun_name                   =       FLAK1
  303.  
  304.         robo_act_gun                    =       1               ; Horn vorn linkx
  305.         robo_gun_pos_x          =       -80
  306.         robo_gun_pos_y          =       0
  307.         robo_gun_pos_z          =       270
  308.         robo_gun_dir_x                  =       0
  309.         robo_gun_dir_y                  =       0
  310.         robo_gun_dir_z                  =       1
  311.         robo_gun_type                   =       75
  312.         robo_gun_name                   =       FLAK2
  313.  
  314.         robo_act_gun                    =       2               ; Henkel /trocken
  315.         robo_gun_pos_x          =       0
  316.         robo_gun_pos_y          =       -250.0
  317.         robo_gun_pos_z          =       120
  318.         robo_gun_dir_x                  =       0.0
  319.         robo_gun_dir_y                  =       0.0
  320.         robo_gun_dir_z                  =       1.0
  321.         robo_gun_type                   =       75
  322.         robo_gun_name                   =       FLAK3
  323.  
  324.          robo_act_gun                    =       3               ; Henkel /trocken
  325.         robo_gun_pos_x          =       0
  326.         robo_gun_pos_y          =       20.0
  327.         robo_gun_pos_z          =       -350
  328.         robo_gun_dir_x                  =       0.0
  329.         robo_gun_dir_y                  =       0.0
  330.         robo_gun_dir_z                  =       -1.0
  331.         robo_gun_type                   =       75
  332.         robo_gun_name                   =       FLAK3
  333.         
  334.        
  335. ;       Der Replikator
  336.  
  337.         robo_dock_x             =       0       ; Mal sehn...
  338.         robo_dock_y             =       0
  339.         robo_dock_z             =       0
  340.  
  341. ; ...dann die Kollisions-Kugeln (??????????????????????????????????????????)
  342.  
  343.         robo_coll_num           =       6
  344.  
  345.     ; die einzige Kugel, die ich um den Robo spanne
  346.         robo_coll_act                   =       0
  347.         robo_coll_x                     =       0
  348.         robo_coll_y                     =       -50
  349.         robo_coll_z                     =       0
  350.         robo_coll_radius        =       200     
  351.  
  352.     ; die nΣchsten Kugeln dienen der Kollisionsverhⁿtung
  353.         robo_coll_act                   =       1
  354.         robo_coll_x                     =       -180
  355.         robo_coll_y                     =       -50
  356.         robo_coll_z                     =       100
  357.         robo_coll_radius        =        0
  358.  
  359.         robo_coll_act                   =       2
  360.         robo_coll_x                     =       180
  361.         robo_coll_y                     =       -50
  362.         robo_coll_z                     =       100
  363.         robo_coll_radius        =       0
  364.  
  365.         robo_coll_act                   =       3
  366.         robo_coll_x                     =       0
  367.         robo_coll_y                     =       50
  368.         robo_coll_z                     =       180
  369.         robo_coll_radius        =       0
  370.  
  371.         robo_coll_act                   =       4
  372.         robo_coll_x                     =       90
  373.         robo_coll_y                     =       -25
  374.         robo_coll_z                     =       140
  375.         robo_coll_radius        =       0
  376.  
  377.         robo_coll_act                   =       5
  378.         robo_coll_x                     =       90
  379.         robo_coll_y                     =       25
  380.         robo_coll_z                     =       140
  381.         robo_coll_radius        =       0
  382. end
  383.  
  384. ;---------------------------------------------------------------------------------------------------------------------------------------------------
  385. ;
  386. ;               MYKONIERROBO
  387. ;               B÷se, B÷se !  
  388. ;
  389. new_vehicle     58
  390.         model           =       robo
  391.         name            =       MYKONIAC
  392.  
  393.         robo_does_twist
  394.         robo_does_flux
  395.  
  396.         energy          =       10000
  397.         shield          =       60
  398.         mass            =       10000.0
  399.         force           =       40000.0
  400.         maxrot          =       2.0
  401.         airconst        =       200
  402.         height          =       400
  403.         radius          =       250             ; siehe auch Robo-Extension-Attrs weiter unten
  404.         overeof         =       250
  405.         radar           =       3
  406.  
  407.         vp_normal       =       127                     ; laut visproto.lst
  408.         vp_fire         =       127                     ; Kein extra FIR-Zustand
  409.         vp_megadeth     =       129                     ; Aufschlag
  410.         vp_wait         =       127                     ; Kein extra WAIT-Zustand
  411.         vp_dead         =       128                     ; EXPLOSION    
  412.         vp_genesis      =       314                  
  413.         type_icon       =    Y
  414.  
  415. ;------------------------------------------------------------------------ROBO-EXITUS------------------------    
  416. ; BEAM-FX
  417.  
  418.     pal_beamin_slot         =     7        ; INVERSE / TUERKIS
  419.     pal_beamin_time         =     2300        ; ca. 2 Sekunden (= genau wies Sample )
  420.     pal_beamin_mag0     =     0.0
  421.     pal_beamin_mag1     =     2.0
  422.     shk_beamin_slot        =    1
  423.     shk_beamin_mag0    =    0
  424.     shk_beamin_mag1    =    2    
  425.     shk_beamin_time        =    2300    
  426.  
  427.     pal_beamout_slot     =     7        
  428.     pal_beamout_time     =     1000        ; ca. 1 Sekunde
  429.     pal_beamout_mag0     =     2.0
  430.     pal_beamout_mag1     =     0.0
  431.     shk_beamout_slot    =    1
  432.     shk_beamout_mag0    =    0
  433.     shk_beamout_mag1    =    2    
  434.     shk_beamout_time    =    1000    
  435.  
  436.  
  437.         pal_explode_slot                        =       2       ; BLAU
  438.         pal_explode_mag0                =       5
  439.         pal_explode_mag1                =       0
  440.         pal_explode_time                        =       1500
  441.  
  442.         shk_explode_slot                        =       1
  443.         shk_explode_mag0                =       2
  444.         shk_explode_mag1                =       0
  445.         shk_explode_time                =       5000
  446.         shk_explode_mute                =       0.02
  447.  
  448.         dest_fx = death_47_20_0_0       
  449.         dest_fx = death_85_-20_0_40
  450.         dest_fx = death_42_50_0_20
  451.         dest_fx = death_87_0_0_0        
  452.         dest_fx = death_43_-20_0_-30 
  453.         dest_fx = death_81_-25_-2_-30
  454.         dest_fx = death_40_5_-50_5      
  455.         dest_fx = death_41_-10_10_-10
  456.         dest_fx = death_40_5_-50_-12
  457.         dest_fx = death_40_1_20_3       
  458.         dest_fx = death_40_7_-30_-23 
  459.         dest_fx = death_82_-5_20_3
  460.         dest_fx = death_117_30_20_-5
  461.  
  462.  
  463. ; Robo Extensions
  464. ; zuerst die Waffenstationen  
  465.  
  466.         robo_data_slot                  =       2
  467.  
  468.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  469.         robo_viewer_y           =       350.0
  470.         robo_viewer_z           =       0.0
  471.         robo_viewer_max_up      =       0.0
  472.         robo_viewer_max_down    =       1.4
  473.         robo_viewer_max_side    =       3.6
  474.  
  475.         robo_num_guns           =       4
  476.         
  477.         robo_act_gun                    =       0
  478.         robo_gun_pos_x          =       350
  479.         robo_gun_pos_y          =       0       ; 210
  480.         robo_gun_pos_z          =       350
  481.         robo_gun_dir_x                  =       1.0
  482.         robo_gun_dir_y                  =       0.0
  483.         robo_gun_dir_z                  =       1.0
  484.         robo_gun_type                   =       80
  485.         robo_gun_name                   =       FLAK1 
  486.  
  487.         robo_act_gun                    =       1
  488.         robo_gun_pos_x          =       350
  489.         robo_gun_pos_y          =       0       ; 210
  490.         robo_gun_pos_z          =       -350
  491.         robo_gun_dir_x                  =       1.0
  492.         robo_gun_dir_y                  =       0.0
  493.         robo_gun_dir_z                  =       -1.0
  494.         robo_gun_type                   =       80
  495.         robo_gun_name                   =       FLAK2 
  496.  
  497.         robo_act_gun                    =       2
  498.         robo_gun_pos_x          =       -350
  499.         robo_gun_pos_y          =       0       ; 210
  500.         robo_gun_pos_z          =       350
  501.         robo_gun_dir_x                  =       -1.0
  502.         robo_gun_dir_y                  =       0.0
  503.         robo_gun_dir_z                  =       1.0
  504.         robo_gun_type                   =       80
  505.         robo_gun_name                   =       FLAK3 
  506.  
  507.         robo_act_gun                    =       3
  508.         robo_gun_pos_x          =       -350
  509.         robo_gun_pos_y          =       0       ; 210
  510.         robo_gun_pos_z          =       -350
  511.         robo_gun_dir_x                  =       -1.0
  512.         robo_gun_dir_y                  =       0.0
  513.         robo_gun_dir_z                  =       -1.0
  514.         robo_gun_type                   =       80
  515.         robo_gun_name                   =       FLAK4 
  516.  
  517. ; der Replikator, liegt auch im Inneren der Station, deshalb mu▀ ich Genesis bei denen auch nicht modeln
  518.         robo_dock_x             =       0
  519.         robo_dock_y             =       0
  520.         robo_dock_z             =       0
  521.  
  522. ;  KOLLISSION
  523.         robo_coll_num           =       1
  524.  
  525.         robo_coll_act                   =       0
  526.         robo_coll_x                     =       0
  527.         robo_coll_y                     =       0
  528.         robo_coll_z                     =       0
  529.         robo_coll_radius        =       350     
  530.  
  531. ; ZusΣtzlich bei Gelegenheit nochmal an jeder Ecke eine Zusatzkugel anbringen !
  532.  
  533. end 
  534. ; --------------------------------------------------------------------------------------------------------------------OF MYKONIER ROBO
  535.  
  536.  
  537. ;---------------------------------------------------------------------------------------------------------------------------------------------------
  538. ;
  539. ;       TAERKASTENROBO
  540. ;
  541. new_vehicle     60
  542.         model           =       robo
  543.         name            =       TAERCAST
  544.         energy          =       5000000
  545.         shield          =       60
  546.         mass            =       10000
  547.         force           =       40000
  548.         maxrot          =       1
  549.         airconst                =       200
  550.         height          =       350
  551.         radius          =       150           ; siehe auch Robo-Extension-Attrs weiter unten
  552.         overeof                 =       150
  553.         vwr_radius      =       200
  554.         vwr_overeof     =       100
  555.         radar           =       3
  556.  
  557.         vp_normal       =       36              ; siehe visproto.lst
  558.         vp_fire         =       36
  559.         vp_megadeth     =       38              ; im Moment noch nix zu sehen
  560.         vp_wait         =       37
  561.         vp_dead         =       39              ; im Moment noch nix zu sehen
  562.         vp_genesis      =       315
  563.  
  564.         type_icon       =       1
  565.  
  566. ;------------------------------------------------------------------------ROBO-EXITUS------------------------    
  567. ; BEAM-FX
  568.  
  569.     pal_beamin_slot         =     7        ; INVERSE / TUERKIS
  570.     pal_beamin_time         =     2300        ; ca. 2 Sekunden (= genau wies Sample )
  571.     pal_beamin_mag0     =     0.0
  572.     pal_beamin_mag1     =     2.0
  573.     shk_beamin_slot        =    1
  574.     shk_beamin_mag0    =    0
  575.     shk_beamin_mag1    =    2    
  576.     shk_beamin_time        =    2300    
  577.  
  578.     pal_beamout_slot     =     7        
  579.     pal_beamout_time     =     1000        ; ca. 1 Sekunde
  580.     pal_beamout_mag0     =     2.0
  581.     pal_beamout_mag1     =     0.0
  582.     shk_beamout_slot    =    1
  583.     shk_beamout_mag0    =    0
  584.     shk_beamout_mag1    =    2    
  585.     shk_beamout_time    =    1000    
  586.  
  587.         pal_explode_slot                        =       4       ; invdark
  588.         pal_explode_mag0                =       5
  589.         pal_explode_mag1                =       0
  590.         pal_explode_time                        =       1500
  591.  
  592.         shk_explode_slot                        =       1
  593.         shk_explode_mag0                =       2
  594.         shk_explode_mag1                =       0
  595.         shk_explode_time                =       5000
  596.         shk_explode_mute                =       0.02
  597.  
  598.         dest_fx = death_47_20_0_0       
  599.         dest_fx = death_82_-20_0_40
  600.         dest_fx = death_82_50_0_20
  601.         dest_fx = death_83_0_0_0        
  602.         dest_fx = death_83_-20_0_-30 
  603.         dest_fx = death_84_-25_-2_-30
  604.         dest_fx = death_44_35_-5_0
  605.         dest_fx = death_41_5_-50_5      
  606.         dest_fx = death_41_-10_10_-10
  607.         dest_fx = death_82_5_-5_-12
  608.         dest_fx = death_40_1_2_3        
  609.         dest_fx = death_84_7_-3_-23 
  610.         dest_fx = death_82_-5_2_3
  611.         dest_fx = death_41_30_2_-5
  612.  
  613.  
  614. ; Robo Extensions
  615. ; zuerst die Waffenstationen
  616.  
  617.         robo_data_slot          =       3
  618.         robo_num_guns   =       4
  619.  
  620.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  621.         robo_viewer_y           =       145.0
  622.         robo_viewer_z           =       0.0
  623.         robo_viewer_max_up      =       0.0
  624.         robo_viewer_max_down    =       1.4
  625.         robo_viewer_max_side    =       3.6
  626.  
  627.         robo_act_gun                    =       0       ; linkx unten
  628.         robo_gun_pos_x          =       -200
  629.         robo_gun_pos_y          =       -75
  630.         robo_gun_pos_z          =       -200
  631.         robo_gun_dir_x          =       -1
  632.         robo_gun_dir_y          =       0
  633.         robo_gun_dir_z          =       -1
  634.         robo_gun_type           =       78
  635.  
  636.         robo_act_gun                    =       1       ; rechts oben
  637.         robo_gun_pos_x          =       200
  638.         robo_gun_pos_y          =       -75
  639.         robo_gun_pos_z          =       200
  640.         robo_gun_dir_x                  =       1
  641.         robo_gun_dir_y                  =       0
  642.         robo_gun_dir_z                  =       1
  643.         robo_gun_type                   =       78
  644.  
  645.         robo_act_gun                    =       2       ; linkx oben
  646.         robo_gun_pos_x          =       -200
  647.         robo_gun_pos_y          =       -75
  648.         robo_gun_pos_z          =       200
  649.         robo_gun_dir_x                  =       -1
  650.         robo_gun_dir_y                  =       0
  651.         robo_gun_dir_z                  =       1
  652.         robo_gun_type                   =       78
  653.  
  654.         robo_act_gun                    =       3       ; rechtz unten
  655.         robo_gun_pos_x          =       200
  656.         robo_gun_pos_y          =       -75
  657.         robo_gun_pos_z          =       -200
  658.         robo_gun_dir_x                  =       1
  659.         robo_gun_dir_y                  =       0
  660.         robo_gun_dir_z                  =       -1
  661.         robo_gun_type                   =       78
  662.  
  663. ; der Replikator
  664.  
  665.         robo_dock_x             =       0
  666.         robo_dock_y             =       80
  667.         robo_dock_z             =       0
  668.  
  669. ; ...dann die Kollisions-Kugeln
  670.  
  671.         robo_coll_num           =       1
  672.  
  673. ; die einzige Kugel, die ich um den Robo spanne
  674.         robo_coll_act                   =       0
  675.         robo_coll_x                     =       0
  676.         robo_coll_y                     =       0
  677.         robo_coll_z                     =       0
  678.         robo_coll_radius        =       300     
  679. end 
  680.  
  681. include data:scripts/netrflak.scr              ; die USER ROBO Flak stark stellen
  682.  
  683. ;--------------------------------------------------------------------------------------------------------------------------
  684. ;                       ENDE            ROBOS
  685. ;-------------------------------------------------------------------------------------------------------------------------
  686.